<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.formbody{
	/*width:100%;*/
	height:80px;
	position: fixed;
	bottom:60px;
	z-index:10;
}
.formbottom{
	width:100%;
	height:80px;
	display:none;
	background: url(../images/background.png) center bottom no-repeat;
	position: fixed;
	bottom:0;
}
.form_kong{
	width:100%;
	height:20px;
}
.right_x {
    width:32px;
    height: 32px;
    background: url(../images/guanb.png) center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
/* 笔记本之类的宽度 1280 以下设备 */
@media only screen and (min-width: 321px) and (max-width: 1280px) {
		.formsubmit{
			width:360px;
			height:174px;
			position: absolute;
			top: 0;
			right: 21%;
			background: #000000;
		}
}
/* 笔记本之类的宽度 1360 以下设备 */
@media only screen and (min-width: 1280px) and (max-width: 1360px) {
		.formsubmit{
			width:360px;
			height:174px;
			position: absolute;
			top: 0;
			right: 21%;
			background: #000000;
		}
}
/* PC客户端或大屏幕设备: 1028px 至更大 */
@media only screen and (min-width: 1360px) {
	.formsubmit{
		width:360px;
		height:174px;
		position: absolute;
		top: 0;
		right: 25%;
		background: #000000;
	}
}
.formsubmit h2{
	width:100%;
	height:24px;
	color:#FFF;
	text-align: center;
	font-size: 16px;
	padding-top:5px;
}
.formsubmit li{
	width:95%;
	height: 32px;
	margin:0 auto;
	margin-top:10px;
}
.formsubmit li:first-child{
	margin-top: 0px;
}
.formsubmit li:first-child ul li{
	width: 101px;
	height: 34px;
	border: none;
	font-size: 14px;
	padding: 0 5px 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.formsubmit li:first-child input{
	width: 96%;
	height: 34px;
	margin-left: 3px;
	border: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-indent: 1em;
}
.formsubmit li:first-child p{
	width: 99px;
	height: 34px;
	border: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.formsubmit li:first-child p:nth-last-child(2){
	padding-left:1px;
}
.formsubmit ul li .bi-input {
    width: 123px;
    position: absolute;
    top: 83px;
    left: 214px;
    height: 28px;
    border: 1px solid #B8BABD;
    text-indent: 1em;
}
.formsubmit li:first-child p:nth-last-child(1){
	width:135px;
}
.formsubmit li:first-child p:nth-last-child(1) input{
	margin-left:-3px;
}
.formsubmit li:first-child p select{
	width: 95px;
	height: 34px;
	border: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.formsubmit li:nth-last-child(2){
	width: 95%;
	height: 34px;
	margin-left: 10px;
	border: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.formsubmit li:nth-last-child(2) p{
	width: 94px;
	overflow: hidden;
    display: inline-block;
}
.formsubmit li:nth-last-child(2) p input{
	width:100%;
	height: 29px;
	margin-left:-3px;
	text-indent: 1em;
}
.formsubmit li:nth-last-child(2) p:last-child{
	width:140px;
}
.formsubmit li:last-child button{
	width:339px;
	height:34px;
	margin-left: 0;
	border:none;
	cursor: pointer;
	background: url(../images/hovernumber.png) no-repeat;
}
.form_ftop{
	width:64px;
	height:70px;
	background: url(../images/go-top.png) no-repeat;
	position: absolute;
	top: 56%;
	right: 1%;
	z-index: 5;
	cursor: pointer;
}
.form_bottom{
	width:160px;
	height:64px;
	display: none;
	background: url(../images/topla1.png) no-repeat;
	margin:0 auto;
	cursor: pointer;
	position: relative;
}

</pre></body></html>